home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / HPIII522.PPD < prev    next >
Text File  |  1990-10-11  |  12KB  |  357 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "HP LaserJet III" version 52.2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 012073 or 012429
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 28 June 1990 
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(HP LaserJet III)"
  20. *PSVersion: "(52.2) 0"
  21. *NickName: "HP LaserJet III PostScript v52.2"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "1273976"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "8"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Legal: "statusdict begin legaltray end"
  103. *PageSize Executive: "statusdict begin executivetray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize Envelope.297.684/Comm #10 Envelope: "statusdict begin com10envelopetray end"
  106. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelopetray end"
  107. *PageSize Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  108. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  109. *?PageSize: "
  110.  save statusdict begin
  111.   8 dict begin
  112.    /lettertray (Letter) def /legaltray (Legal) def
  113.    /executivetray (Executive) def /a4tray (A4) def
  114.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  115.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def 
  116.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  117.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  118.    papersize {
  119.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  120.    }{
  121.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  122.    }ifelse
  123.   end
  124.  end restore
  125. "
  126. *End
  127.  
  128. *% These entries will set up the frame buffer. Usually used with manual feed.
  129. *DefaultPageRegion: Letter
  130. *PageRegion Letter: "letter"
  131. *PageRegion Legal: "legal"
  132. *PageRegion Executive: "executivepage"
  133. *PageRegion A4: "a4"
  134. *PageRegion Envelope.297.684/Comm #10 Envelope: "com10envelope"
  135. *PageRegion Envelope.279.540/Monarch Envelope: "monarcenvelope"
  136. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  137. *PageRegion Envelope.459.649/C5 Envelope: "c5envelope"
  138.  
  139. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  140. *% These errors should be trapped by software and a message displayed
  141. *DefaultPaperTray: None
  142. *PaperTray Letter: "statusdict begin lettertray end"
  143. *PaperTray Legal: "statusdict begin legaltray end"
  144. *PaperTray Executive: "statusdict begin executivetray end"
  145. *PaperTray A4: "statusdict begin a4tray end"
  146. *PaperTray Envelope.297.684/Comm #10 Envelope: "statusdict begin com10envelopetray end"
  147. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelopetray end"
  148. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  149. *PaperTray Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  150. *?PaperTray: "
  151.  save statusdict begin
  152.   8 dict begin
  153.    /lettertray (Letter) def /legaltray (Legal) def
  154.    /executivetray (Executive) def /a4tray (A4) def
  155.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  156.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def
  157.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  158.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  159.    papersize {
  160.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  161.    }{
  162.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  163.    }ifelse
  164.   end
  165.  end restore
  166. "
  167. *End
  168.  
  169. *% The following entries provide information about specific paper keywords.
  170. *DefaultImageableArea: Letter
  171. *ImageableArea Letter: "18 19 593 774 "
  172. *ImageableArea Legal: "18 19 593 990 "
  173. *ImageableArea Executive: "18 19 501 738 "
  174. *ImageableArea A4: "18 19 578 824 "
  175. *ImageableArea Envelope.297.684/Comm #10 Envelope: "18 19 278 666 "
  176. *ImageableArea Envelope.279.540/Monarch Envelope: "18 19 259 522 "
  177. *ImageableArea Envelope.312.624/DL Envelope: "18 19 294 605 "
  178. *ImageableArea Envelope.459.649/C5 Envelope: "18 19 440 630 "
  179. *?ImageableArea: "
  180.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  181.   newpath clippath pathbbox
  182.   4 -2 roll exch 2 {ceiling cvp} repeat
  183.   exch 2 {floor cvp} repeat flush
  184.  restore
  185. "
  186. *End
  187.  
  188.  
  189. *% These provide the physical dimensions of the paper (by keyword)
  190. *DefaultPaperDimension: Letter
  191. *PaperDimension Letter: "612 792"
  192. *PaperDimension Legal: "612 1008"
  193. *PaperDimension Executive: "522 756"
  194. *PaperDimension A4: "595 842"
  195. *PaperDimension Envelope.297.684/Comm #10 Envelope: "297 684"
  196. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  197. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  198. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  199.  
  200. *DefaultOutputBin: Upper
  201. *DefaultInputSlot: None
  202. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  203. *?InputSlot: "
  204.  save statusdict begin
  205.   1 dict begin
  206.    /0 (Upper) def
  207.    papertray 
  208.      {( ) cvs cvn load exec} stopped not{= flush}if
  209.   end
  210.  end restore
  211. "
  212. *End
  213.  
  214. *DefaultManualFeed: False
  215. *?ManualFeed: "
  216.   statusdict /manualfeed get
  217.   {(True)}{(False)}ifelse = flush"
  218. *End
  219. *ManualFeed True: "statusdict begin /manualfeed true store end"
  220. *ManualFeed False: "statusdict begin /manualfeed false store end"
  221.  
  222. *DefaultOutputOrder: Normal
  223.  
  224. *DefaultCollator: None
  225. *DefaultSorter: None
  226. *DefaultDuplex: None
  227.  
  228. *% Font Information =====================
  229.  
  230. *DefaultFont: Courier
  231. *Font AvantGarde-Book: Standard "(001.002)"
  232. *Font AvantGarde-BookOblique: Standard "(001.002)"
  233. *Font AvantGarde-Demi: Standard "(001.003)"
  234. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  235. *Font Bookman-Demi: Standard "(001.001)"
  236. *Font Bookman-DemiItalic: Standard "(001.001)"
  237. *Font Bookman-Light: Standard "(001.001)"
  238. *Font Bookman-LightItalic: Standard "(001.001)"
  239. *Font Courier: Standard "(002.002)"
  240. *Font Courier-Bold: Standard "(002.002)"
  241. *Font Courier-BoldOblique: Standard "(002.002)"
  242. *Font Courier-Oblique: Standard "(002.002)"
  243. *Font Helvetica: Standard "(001.002)"
  244. *Font Helvetica-Bold: Standard "(001.002)"
  245. *Font Helvetica-BoldOblique: Standard "(001.002)"
  246. *Font Helvetica-Narrow: Standard "(001.002)"
  247. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  248. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  249. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  250. *Font Helvetica-Oblique: Standard "(001.002)"
  251. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  252. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  253. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  254. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  255. *Font Palatino-Bold: Standard "(001.002)"
  256. *Font Palatino-BoldItalic: Standard "(001.002)"
  257. *Font Palatino-Italic: Standard "(001.002)"
  258. *Font Palatino-Roman: Standard "(001.001)"
  259. *Font Symbol: Special "(001.003)"
  260. *Font Times-Bold: Standard "(001.002)"
  261. *Font Times-BoldItalic: Standard "(001.004)"
  262. *Font Times-Italic: Standard "(001.002)"
  263. *Font Times-Roman: Standard "(001.002)"
  264. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  265. *Font ZapfDingbats: Special "(001.002)"
  266. *?FontQuery: "
  267. save  2 dict begin /sv exch def
  268. /str 128 string def
  269. {
  270.   count 0 gt {
  271.     dup str cvs (/) print print (:) print
  272.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  273.   }{ exit } ifelse
  274. } bind loop
  275. (*) = flush
  276. sv end restore
  277. "
  278. *End
  279.  
  280. *?FontList: "
  281. save  2 dict begin /sv exch def
  282. /str 128 string def
  283. FontDirectory { pop == } bind forall flush
  284. (*) = flush
  285. sv end restore
  286. "
  287. *End
  288.  
  289.  
  290. *% Printer Messages (verbatim from printer):
  291. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  292. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  293. *Message: "\FontName\ not found, using Courier"
  294.  
  295.  
  296. *% Status (format: %%[ status: <one of these> ]%% )
  297. *Status: "idle"
  298. *Status: "busy"
  299. *Status: "waiting"
  300. *Status: "printing"
  301.  
  302.  
  303. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  304. *Source: "serial9"
  305. *Source: "serial25"
  306. *Source: "AppleTalk"
  307. *Source: "Centronics"
  308.  
  309. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  310.  
  311. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  312.  
  313. *% Color Separation Information =====================
  314.  
  315. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  316.  
  317. *InkName: ProcessBlack/Process Black
  318. *InkName: CustomColor/Custom Color
  319. *InkName: ProcessCyan/Process Cyan
  320. *InkName: ProcessMagenta/Process Magenta
  321. *InkName: ProcessYellow/Process Yellow
  322.  
  323. *%  For 60 lpi / 300 dpi  ===============================
  324.  
  325. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  326. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  327. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  328. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  329. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  330.  
  331.  
  332. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  333. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  334. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  335. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337.  
  338.  
  339. *%  For 53 lpi / 300 dpi  ===============================
  340.  
  341.  
  342. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  343. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  344. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  345. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  346. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  347.  
  348.  
  349. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  350. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  351. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  352. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  353. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  354.  
  355.  
  356. *% end of PPD file for HP LaserJet III
  357.